os.rawConn.file (field)
11 uses
os (current package)
rawconn.go#L15: file *File
rawconn.go#L19: if err := c.file.checkValid("SyscallConn.Control"); err != nil {
rawconn.go#L22: err := c.file.pfd.RawControl(f)
rawconn.go#L23: runtime.KeepAlive(c.file)
rawconn.go#L28: if err := c.file.checkValid("SyscallConn.Read"); err != nil {
rawconn.go#L31: err := c.file.pfd.RawRead(f)
rawconn.go#L32: runtime.KeepAlive(c.file)
rawconn.go#L37: if err := c.file.checkValid("SyscallConn.Write"); err != nil {
rawconn.go#L40: err := c.file.pfd.RawWrite(f)
rawconn.go#L41: runtime.KeepAlive(c.file)
rawconn.go#L46: return &rawConn{file: file}, nil
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)